home *** CD-ROM | disk | FTP | other *** search
- <html>
-
- <!-- #BeginTemplate "pdn_help.dwt" -->
-
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
- <!-- #BeginEditable "title" -->
- <title>Paint.NET Help - Unattended Installation</title>
- <!-- #EndEditable -->
- <link rel="stylesheet" type="text/css" href="../stylesheet.css">
- </head>
-
- <body>
-
- <div id="banner">
- <img border="0" src="../images/logo.png" width="229" height="73" align="left"><p><b><br>
- </b></p>
- </div>
- <div id="leftnav">
- <ul class="toc" style="margin-left: 0; padding-left: 0;">
- <li><a href="index.html">Overview</a><br>
- </li>
- <li><a href="Features.html">Features</a><br>
- </li>
- </ul>
- <h3>User Interface</h3>
- <ul class="toc" style="margin-left: 0; padding-left: 0;">
- <li><a href="KeyboardMouseCommands.html">Keyboard & Mouse Commands</a></li>
- <li><a href="MainWindow.html">Main Window</a></li>
- <li><a href="MenuBar.html">Menu Bar</a>
- <ul class="toc">
- <li><a href="File.html">File</a></li>
- <li><a href="Edit.html">Edit</a></li>
- <li><a href="View.html">View</a></li>
- <li><a href="Image.html">Image</a></li>
- <li><a href="Layers.html">Layers</a>
- <ul class="toc">
- <li class="comment"><a href="RotateZoom.html">Rotate / Zoom</a></li>
- <li><a href="Adjustments.html">Adjustments</a>
- <ul class="toc">
- <li><a href="Levels.html">Levels</a></li>
- </ul></li>
- </ul></li>
- <li><a href="Effects.html">Effects</a></li>
- <li><a href="Tools.html">Tools</a></li>
- <li><a href="Window.html">Window</a></li>
- <li><a href="Help.html">Help</a></li>
- <li><a href="Toolbar.html">Toolbar</a></li>
- </ul>
- </li>
- <li><a href="ToolsWindow.html">Tools Window</a><ul class="toc">
- <li><a href="SelectionTools.html">Selection Tools</a></li>
- <li><a href="MoveTools.html">Move Tools</a><br>
- <a href="MagicWand.html">Magic Wand</a><br>
- <a href="Paintbrush.html">Paintbrush</a></li>
- <li><a href="EraserTool.html">Eraser Tool</a></li>
- <li><a href="PixelTools.html">Pixel Tools</a></li>
- <li><a href="ShapeTools.html">Shape Tools</a></li>
- <li><a href="LineCurve.html">Line / Curve Tool</a></li>
- <li><a href="TextTool.html">Text Tool</a></li>
- <li><a href="PaintBucket.html">Paint Bucket</a></li>
- <li><a href="CloneStamp.html">Clone Stamp</a></li>
- <li><a href="RecolorTool.html">Recolor Tool</a></li>
- </ul>
- </li>
- <li><a href="HistoryWindow.html">History Window</a></li>
- <li><a href="LayersWindow.html">Layers Window</a></li>
- <li><a href="ColorsWindow.html">Colors Window</a></li>
- <li><a href="StatusBar.html">Status Bar</a></li>
- </ul>
- </li>
- <h3>Other</h3>
- <ul class="toc" style="margin-left: 0; padding-left: 0;">
- <li><a href="FAQ.html">FAQ (Frequently Asked Questions)</a></li>
- <li><a href="UnattendedInstallation.html">Unattended Installation</a></li>
- <li><a href="SystemRequirements.html">System Requirements</a></li>
- <li><a href="WebLinks.html">Web Links</a></li>
- <li><a href="License.html">License</a></li>
- </ul>
- </div>
- <div id="content">
- <!-- #BeginEditable "content" -->
-
-
- <div id="content0">
- <h2>Unattended Installation</h2>
- <p>Paint.NET supports
- <a target="_top" href="http://en.wikipedia.org/wiki/Unattended_installation">
- unattended installation</a> which enables you to install Paint.NET with
- no user interaction. This is primarily useful for deploying Paint.NET to
- many users on a network, or slipstreaming it so that it is automatically
- installed during Windows setup.</p>
- <p>This article is focused on the command-line automation provided by the
- Paint.NET installer and will not discuss the details of
- <a target="_top" href="http://en.wikipedia.org/wiki/Group_policy">Group
- Policy</a> or
- <a target="_top" href="http://en.wikipedia.org/wiki/Slipstream_(computing)">
- slipstreaming</a>. The latter, however, has been made popular by software
- such as <a target="_top" href="http://www.autopatcher.com/">AutoPatcher</a>
- which you may read about at its
- <a target="_top" href="http://www.neowin.net/forum/index.php?showforum=89">
- official forum</a>.</p>
- <p>Previous versions of Paint.NET were distributed as MSI files which were
- configured using standard
- <a target="_top" href="http://en.wikipedia.org/wiki/Microsoft_Installer">
- Windows Installer</a> options. Newer versions, however, are distributed
- as EXE files due to more intricate requirements related to configuration,
- localization, and updating.<br>
- </p>
- <h3>Command-Line Syntax</h3>
- <p>The setup package supports the following command-line syntax, where PaintDotNet_2_5.exe
- is the setup package downloaded from our
- <a target="_top" href="http://www.eecs.wsu.edu/paint.net">website</a>:</p>
- <p class="fixed"> PaintDotNet_2_5.exe [/skipConfig | /auto]
- [PROPERTY=VALUE ...]</p>
- <p>Description of options:<br>
- </p>
- <table border="1" width="80%" cellspacing="0">
- <tr>
- <td width="20%" class="fixed">
- <p>/skipConfig</p>
- </td>
- <td height="28" width="552">
- <p>Skips configuration of options and install directory. Uses MSI
- properties in the following order of precedence: 1. supplied on
- command-line, 2. read from HKLM\Software\Paint.NET, 3. default values.
- This is the command used by Paint.NET when it installs an update.</p>
- </td>
- </tr>
- <tr>
- <td width="20%" class="fixed">
- <p>/auto</p>
- </td>
- <td height="33" width="552">
- <p>Like /skipConfig, but does not show the final wizard page that
- details the result of installation. This option provides a completely
- automated install that requires no user interaction to start or
- finish the installation.</p>
- </td>
- </tr>
- <tr>
- <td width="20%" class="fixed">
- <p>PROPERTY=VALUE</p>
- </td>
- <td height="33" width="552">
- <p>Sets an MSI property named PROPERTY to equal VALUE. You may specify
- multiple property values. See below for a list of properties.</p>
- </td>
- </tr>
- </table>
- <p> </p>
- <p>For a default, unattended installation it is sufficient to use the /auto
- command-line. Further customization is possible by changing the values of
- the MSI properties, where "1" is used for enabling a behavior or action,
- and "0" is used for disabling it:<br>
- </p>
- <table border="1" width="80%" cellspacing="0" id="table1">
- <tr>
- <td width="15%"> </td>
- <th height="28" width="272" align="center">
- <p>Default Value</p>
- </th>
- <td height="28" width="853"> </td>
- </tr>
- <tr>
- <td width="15%" class="fixed">
- <p>TARGETDIR</p>
- </td>
- <td height="28" width="272" align="center" class="fixed">
- <p>%PROGRAMFILES%\Paint.NET</p>
- </td>
- <td height="28" width="853">
- <p>Specifies the directory to install Paint.NET to. %PROGRAMFILES%
- usually expands to C:\Program Files, or C:\Program Files (x86) on
- 64-bit editions of Windows.</p>
- </a></td>
- </tr>
- <tr>
- <td width="15%" class="fixed">
- <p>CHECKFORUPDATES</p>
- </td>
- <td height="33" width="272" align="center" class="fixed">
- <p>1</p>
- </td>
- <td height="33" width="853">
- <p>Enables (1) or disables (0) automatic update checking.</p>
- </td>
- </tr>
- <tr>
- <td width="15%" class="fixed">
- <p>CHECKFORBETAS</p>
- </td>
- <td height="33" width="272" align="center" class="fixed">
- <p>0</p>
- </td>
- <td height="33" width="853">
- <p>When checking for updates, also check for pre-release ("beta")
- versions.</p>
- </td>
- </tr>
- <tr>
- <td width="15%" class="fixed">
- <p>JPGPNGBMPEDITOR</p>
- </td>
- <td height="33" width="272" align="center" class="fixed">
- <p>1</p>
- </td>
- <td height="33" width="853">
- <p>Register as the default editor for JPG, PNG, and BMP image types.
- Note that this registers Paint.NET for the "Edit" verb, which does
- not change the default double-click behavior in Windows.</p>
- </td>
- </tr>
- <tr>
- <td width="15%" class="fixed">
- <p>TGAEDITOR</p>
- </td>
- <td height="33" width="272" align="center" class="fixed">
- <p>1</p>
- </td>
- <td height="33" width="853">
- <p>Register as the default editor for TGA image types.</p>
- </td>
- </tr>
- <tr>
- <td width="15%" class="fixed">
- <p>DESKTOPSHORTCUT</p>
- </td>
- <td height="33" width="272" align="center" class="fixed">
- <p>1</p>
- </td>
- <td height="33" width="853">
- <p>Create a shortcut on the desktop.</p>
- </td>
- </tr>
- </table>
- <h3><br>
- Examples</h3>
- <p></p>
- <p>To install Paint.NET with the default options, to the default installation
- directory:</p>
- <blockquote>
- <p class="fixed">PaintDotNet_2_5.exe /auto</p>
- </blockquote>
- <p>To install Paint.NET to a directory called D:\PDN25, and not create a
- desktop shortcut:</p>
- <blockquote>
- <p></p>
- <p class="fixed">PaintDotNet_2_5.exe /auto TARGETDIR=D:\PDN25 DESKTOPSHORTCUT=0</p>
- </blockquote>
- <p></p>
- <p>To install Paint.NET to a directory called E:\Image Apps\Paint.NET, and
- to check for betas during update checking. Note that the entire TARGETDIR parameter must be enclosed in quotations
- when the target directory contains one or more space!</p>
- <p></p>
- <p></p>
- <blockquote>
- <p class="fixed">PaintDotNet_2_5.exe /auto "TARGETDIR=E:\Image Apps\Paint.NET"
- CHECKFORBETAS=1</p>
- </blockquote>
- </div>
- <!-- #EndEditable -->
- <h4><br>
- <br>
- </h4>
- <p align="center">
- <font color="#808080" size="1">Copyright <font face="Times New Roman">⌐ 2005 </font>Rick Brewster, Chris Crosetto, Tom
- Jackson, Michael Kelsey, Brandon Ortiz, Craig Taylor, Chris Trevino, and Luke Walker. Portions Copyright
- <font face="Times New Roman">⌐ 2005 </font>Microsoft Corporation. All Rights Reserved.</font><font size="1"> <br>
- </font>
- </div>
- </b>
-
- </body>
-
- <!-- #EndTemplate -->
-
- </html>
-